ShipmentNotification-v1.0 Schema
Row Complex Type
ShipmentNotification-v1.0 Schema : Row Complex Type
Namespace urn:xmlns:nedfox-retaillink-com:ShipmentNotification
Diagram
PropertyCode Element PropertyTable Element Sequence Property Element Sequence Properties Element SupplierReference Element BuyerReference Element Description2 Element Description1 Element AdviceSkuSalePriceInclVat Element Purchase Element SkuQuantity Element Barcode Element All Row Complex Type
Overview
Row
All
Choice
BarcodeValue optional xs:long
BarcodeText optional
SkuQuantity xs:int
Purchase optional
All
PriceExclVat xs:decimal
PriceType Restriction of xs:string
AdviceSkuSalePriceInclVat optional xs:decimal
Description1 optional
Description2 optional
BuyerReference optional
Used By
Row Element
Source
<xs:complexType name="Row" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="Barcode" minOccurs="1" maxOccurs="1">
      <xs:complexType>
        <xs:choice minOccurs="1" maxOccurs="1">
          <xs:element name="BarcodeValue" minOccurs="0" maxOccurs="1" type="xs:long" />
          <xs:element name="BarcodeText" minOccurs="0" maxOccurs="1" />
        </xs:choice>
      </xs:complexType>
    </xs:element>
    <xs:element name="SkuQuantity" minOccurs="1" maxOccurs="1" type="xs:int" />
    <xs:element name="Purchase" minOccurs="0" maxOccurs="1">
      <xs:complexType>
        <xs:all>
          <xs:element name="PriceExclVat" minOccurs="1" maxOccurs="1" type="xs:decimal" />
          <xs:element name="PriceType" minOccurs="1" maxOccurs="1">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:pattern value="SingleSku|SkuQuantity" />
              </xs:restriction>
            </xs:simpleType>
          </xs:element>
        </xs:all>
      </xs:complexType>
    </xs:element>
    <xs:element name="AdviceSkuSalePriceInclVat" minOccurs="0" maxOccurs="1" type="xs:decimal" />
    <xs:element name="Description1" minOccurs="0" maxOccurs="1" />
    <xs:element name="Description2" minOccurs="0" maxOccurs="1" />
    <xs:element name="BuyerReference" minOccurs="0" maxOccurs="1" />
    <xs:element name="SupplierReference" minOccurs="0" maxOccurs="1" />
    <xs:element name="Properties" type="xsi:Properties" maxOccurs="1" minOccurs="0" />
  </xs:all>
</xs:complexType>
See Also
ShipmentNotification-v1.0 Schema